home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / password / source / lmkfile < prev    next >
Text File  |  1993-04-26  |  958b  |  32 lines

  1. # Uncomment this to make the german version:
  2. German = -d DEUTSCH -d DEUTSCH1
  3.  
  4. .c.o:
  5.    lc -v -ms -csfq $*
  6.  
  7. .a.o:
  8.    oma -o $(@) -s $*.a -m -i INCLUDE: $(German)
  9.  
  10. All: InstallPassword passwd RemovePassword
  11.    @echo "Everything is up to date"
  12.  
  13. InstallPassword.o: InstallPassword.c
  14. RemovePassword.o:  RemovePassword.c
  15. passwd.o:          passwd.c
  16. DriveInit.o:       DriveInit.c
  17.  
  18. DriveInitCode.o:   DriveInitCode.a DriveInit
  19. PasswordCode.o:    PasswordCode.a
  20.  
  21. RemovePassword: RemovePassword.o
  22.    blink FROM LIB:MyStartup.o RemovePassword.o TO RemovePassword LIB LIB:MyLib.lib SC SD NOICONS
  23.  
  24. passwd: passwd.o
  25.    blink FROM LIB:MyStartup.o passwd.o TO passwd LIB LIB:MyLib.lib SC SD NOICONS
  26.  
  27. InstallPassword: InstallPassword.o DriveInitCode.o
  28.    blink FROM LIB:MyStartup.o DriveInitCode.o InstallPassword.o TO InstallPassword LIB LIB:MyLib.lib SC SD NOICONS
  29.  
  30. DriveInit: DriveInit.o PasswordCode.o
  31.    blink FROM DriveInit.o PasswordCode.o TO DriveInit SC SD NOICONS
  32.